Change the currency symbol displayed in Job Ticketing
By default, Job Ticketing displays currency in dollars ($). You can, however, change the currency symbol displayed in both the Customer and Operator interfaces.
To change the currency symbol displayed in Job Ticketing:
-
Open the following file in a text editor such as Notepad++:
[app-path]\PaperCut MF\job-ticketing\config\application.properties
IMPORTANTThe text editor you use must be in the UTF-8 encoding format for the £ character to work properly, for example, Notepad++ (download).
-
In Notepad++, go to Encoding > Character Sets > Western European > ISO 8859-1.
-
On a new line, enter currency=<symbol> (for example, currency=£).
NOTEIf a  is added before the £, just delete this character.
-
Save the file over the original application.properties file.